CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MATLAB 阈值分割

搜索资源列表

  1. quan

    0下载:
  2. 中值滤波,方块编码,阈值分割,都是很有用的哦,是matlab哦,大家有用的就来拿,我们可以交流咯,qq405278807-Median filter, box codes, threshold segmentation, are useful Oh, oh, matlab, everyone on the useful, we can exchange pyronaridine
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:4632
    • 提供者:jell
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. MATLABimageprocess2

    0下载:
  2. 医学图像处理,实现图像分割,一基于区域生长法;二基于最佳阈值分割-Medical image processing, and image segmentation, one based on region growing method two thresholding based on the best
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:125518
    • 提供者:ghostlin
  1. Morph

    0下载:
  2. 本程序能对一个数字图象完成数学形态学的四个基本运算。对bmp格式的图像进行灰度化处理,再进行阈值分割运算,最后可在菜单中选择进行形态学变换,包括腐蚀、膨胀、开、闭、细化等运算。-This procedure can be completed on a digital image of the four basic operations on mathematical morphology. Bmp format for grayscale image processing, further th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4381033
    • 提供者:xinxin
  1. 12

    0下载:
  2. 程序代码说明 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘 形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Program code shows the image using Prewitt edge de
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:42545
    • 提供者:lmj
  1. adaptivethreshold

    0下载:
  2. 用Matlab写的自适应性阈值分割的一个实例,包含程序和图片。-Use Matlab to write the self-adaptive thresholding an instance that contains procedures and pictures.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:148052
    • 提供者:黄玲
  1. adaptivethresh

    0下载:
  2. 自动阈值分割算法,算法是Wellner s adaptive thresholding。-Automatic threshold segmentation algorithm, the algorithm is Wellner' s adaptive thresholding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2139
    • 提供者:gillyamylee
  1. otsu

    0下载:
  2. otsu 阈值分割代码 ,可以设置分割的类别数-otsu segmentation code, you can set the number of separate categories
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:33944
    • 提供者:zhang
  1. yichuansuanfa-yuzhifenge

    1下载:
  2. 图像的阈值分割,采用蚁群算法,解决了图像处理问题-Image segmentation using ant colony algorithm to solve the problem of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:4991
    • 提供者:wubin
  1. matlab_image_cancer

    0下载:
  2. 癌细胞的识别,实现阈值分割,细胞核分割,膨胀与腐蚀,形态学分类识别-Identification of cancer cells to achieve threshold segmentation, nuclear division, expansion and corrosion, morphological classification
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:34674
    • 提供者:rengy
  1. Otsus

    0下载:
  2. 图像分割,双峰法.显示直方图,根据直方图确定阈值,并根据次阈值进行图像的风格-segmation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:929
    • 提供者:bobo
  1. imagesegmentation

    3下载:
  2. 压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和K均值法。图片可用于检验。-The rar folder includes four source code of image segmentation,ie.thresholding, region growing, splitting and merging, kmeans. The images are able to be used for evaluation and verification.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-05
    • 文件大小:156672
    • 提供者:杨岩
  1. MedicalImageSegmentation

    0下载:
  2. 医学图像分割的实验报告(包含源程序),主要内容包括:不同算子(Sobel、Prewitt、Roberts、Laplacian)的边缘提取效果分析;阈值分割;以及watershed方法的分割讨论。-The implementation and discussion for fundamental medical image segmentation algorithms, including edge extracting algorithm, thresholding methods and w
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:613966
    • 提供者:nancy
  1. yuzhifenge

    1下载:
  2. 全局阈值分割:迭代法、Otsu法;局部阈值分割-Global Thresholding: iterative method, Otsu method local threshold segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:597
    • 提供者:sangsang
  1. Ostu2dim

    2下载:
  2. Ostu二维方法实现图像单阈值分割,效果优于传统的一维算法-Ostu single two-dimensional method of image segmentation, better than traditional one-dimensional algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:695
    • 提供者:文子
  1. ostu

    0下载:
  2. Matlab源代码:ostu图像阈值分割技术,可有效的提取图像的边缘信息,实现图像二值化-Matlab source code: ostu image segmentation techniques, can effectively extract the image edge information of image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:171596
    • 提供者:杨乾
  1. matlab-3

    0下载:
  2. 1、使用MatLab 软件进行图像的分割; 2、能够自行评价各主要算子在无噪声条件下和噪声条件下的分割性能; 3、能够掌握分割条件(阈值等)的选择; 4、完成规定图像的处理并要求正确评价处理结果,能够从理论上作出合理的解释。 -1, the use of MatLab software for image segmentation 2, to self-evaluation of all the major operators in the absence of noise c
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:4682
    • 提供者:wanghui
  1. dd1

    0下载:
  2. 在MATLAB开发平台上,在做图像的处理进行分割时,可采用迭代法求阈值进行分割。-In the MATLAB development platform to do image processing in the segmentation, the iterative method can be used to segment the threshold requirements.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:617
    • 提供者:hitler
  1. ga

    0下载:
  2. 遗传算法实现的阈值分割图像的代码,内附图片,可直接运行-Genetic algorithm for image segmentation code, containing pictures, can be directly run
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1555110
    • 提供者:于江
  1. Image-processing-source-program

    0下载:
  2. 数字图像处理及实例应用,包括图像的边缘检测,阈值分割算法,文字与非文字区域的划分-And examples of digital image processing applications, including edge detection, threshold segmentation algorithm, text classification with non-text area
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:89121
    • 提供者:陆颖
« 1 2 3 4 56 7 8 9 10 ... 23 »
搜珍网 www.dssz.com